const runtime._StackCacheSize
9 uses
runtime (current package)
malloc.go#L136: _StackCacheSize = 32 * 1024
stack.go#L171: if _StackCacheSize&pageMask != 0 {
stack.go#L200: s = mheap_.allocManual(_StackCacheSize>>gc.PageShift, spanAllocStack)
stack.go#L212: for i := uintptr(0); i < _StackCacheSize; i += s.elemsize {
stack.go#L289: for size < _StackCacheSize/2 {
stack.go#L308: for size > _StackCacheSize/2 {
stack.go#L372: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L501: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L520: if c.stackcache[order].size >= _StackCacheSize {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |